﻿CHARACTERS = {
	c:HAW ?= {
		create_character = {
			# Kamehameha III
			first_name = "Kamehameha_III"
			last_name = "Kamehameha"
			historical = yes
			ruler = yes
			age = 22
			interest_group = ig_intelligentsia
			ideology = ideology_pacifist
			traits = {
				direct
				innovative
			}
		}	

		create_character = {
			# Kamehameha IV
			first_name = "Kamehameha_IV"
			last_name = "Kamehameha"
			historical = yes
			heir = yes
			age = 2
			interest_group = ig_landowners
			ideology = ideology_theocrat
			traits = {
				trait_child
			}
		}

		create_character = {
			# Asa Thurston
			first_name = "Asa"
			last_name = "Thurston"
			historical = yes
			ig_leader = yes
			age = 39
			interest_group = ig_devout
			ideology = ideology_theocrat
			traits = {
				reserved
			}
		}
	}
}
